From 5981e1511562d677bc03b702856e7bf110c2cf2b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 20 Jun 2015 10:33:56 -0400 Subject: [PATCH] GtkTextView: Small documentation addition --- gtk/gtktextview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 91396ba85d..7917044329 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -150,6 +150,8 @@ struct _GtkTextView * view is drawing its own text. Applications can override this vfunc * in a subclass to draw customized content underneath or above the * text. Since: 3.14 + * @extend_selection: The class handler for the #GtkTextView::extend-selection + * signal. Since 3.16 */ struct _GtkTextViewClass { -- 2.30.2